services.akkoma.config.":pleroma"."Pleroma.Web.Endpoint".secret_key_base
Secret key used as a base to generate further secrets for encrypting and signing data.
The attribute _secret should point to a file containing the secret.
This key can generated can be generated as follows:
$ tr -dc 'A-Za-z-._~' </dev/urandom | head -c 64
- Type
secret value- Default
{ _secret = "/var/lib/secrets/akkoma/key-base"; }- Declared
- <nixpkgs/nixos/modules/services/web-apps/akkoma.nix>